Python rpg adivce? [closed]

Posted by nikita.utiu on Game Development See other posts from Game Development or by nikita.utiu
Published on 2011-06-30T19:17:02Z Indexed on 2011/07/01 0:31 UTC
Read the original article Hit count: 434

Filed under:
|
|

I have started coding an text rpg engine in python. I have basic concepts laid down, like game state saving, input, output etc.

I was wondering how certain scripted game mechanics(eg. debuffs that increase damage received from a certain player or multiply damage by the number of hits received, overriding of the mobs default paths for certain events etc) are implemented usually implemented. Some code bases or some other source code would be useful(not necessarily python).

Thanks in advance.

© Game Development or respective owner

Related posts about python

Related posts about rpg